花费 83 ms
Robot Framework与Web界面自动化测试:简单例子

假设环境已经搭建好了。这里用RIDE( Robot Framework Test Data Editor)工具来编写用例。下面我们对Robot Framework简称rf。 我们先考虑下一个最基本的 ...

Thu Jan 18 17:34:00 CST 2018 0 3708
python两种生成md5的方法

一. 使用md5包 import md5 src = 'this is a md5 test.' m1 = md5.new() m1.update(src) print m1.hexdigest() ...

Tue Oct 31 23:55:00 CST 2017 0 1252
pyDes库 实现python的des加密

下载及简介地址:https://twhiteman.netfirms.com/des.html 如需要在python中使用des加密,可以直接使用pyDes库加密,该库提供了CBC和E ...

Thu Aug 24 01:04:00 CST 2017 0 1173

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM